Closed icon

Description

The icon shown when a modern frame is closed. This property is only available if the Has show/hide button property is checked.

Discussion

The Closed icon property defines the icon shown when the contents for a modern frame are hidden. When the icon is clicked, the contents of the frame will be shown.

In the image below, the frame displays a closed book icon when the contents are hidden:

images/modernFrameClosed.png
A closed frame.

When the frame state changes from closed to open, the onOpen event for the modern frame is triggered. You can specify a JavaScript function to call when this happens in the onOpen function property.

If no icon is selected, Alpha Anywhere will use the default collapse icon defined in the style used by the component. The default icon for the Alpha style is shown below:

images/modernFrameonClose.png

See Also